home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue35
/
35COM
/
AxDesktop.dpr
< prev
next >
Wrap
Text File
|
1998-05-12
|
397b
|
24 lines
library AxDesktop;
uses
ComServ,
AxDesktop_TLB in 'AxDesktop_TLB.pas',
XDesktopImpl in 'XDesktopImpl.pas' {XDesktop: CoClass},
About1 in 'About1.pas' {XDesktopAbout},
DeskProp in 'DeskProp.pas' {DesktopProp: TPropertyPage};
{$E ocx}
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer;
{$R *.TLB}
{$R *.RES}
begin
end.